|
Graph Common | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWorkflowPane
IWorkflowPane interface - used for outside world to access Workflow
Design Pane.
| Method Summary | |
|---|---|
void |
addLeftPane(javax.swing.JPanel panel)
Add given panel to the left side of the split pane of the Workflow Editor Design pane |
CustomGraph |
getGraph()
Get instance of CustomGraph |
javax.swing.JPanel |
getGraphPane()
Returns an instance of graph pane JPanel |
void |
insert(java.awt.geom.Point2D point,
org.jgraph.graph.DefaultGraphCell vertex)
Insert a new Vertex at the given point |
| Method Detail |
|---|
CustomGraph getGraph()
CustomGraph
CustomGraphjavax.swing.JPanel getGraphPane()
JPanel
JPanelvoid addLeftPane(javax.swing.JPanel panel)
panel - instance of JPanel
void insert(java.awt.geom.Point2D point,
org.jgraph.graph.DefaultGraphCell vertex)
throws GraphException
point - insertion location, an instance of Pointvertex - node to be inserted, an instance of
DefaultGraphCell
GraphException - thrown when insertion fails
|
Graph Common | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||